github.com/andybalholm/brotli.hashRolling.jump (field)
12 uses
github.com/andybalholm/brotli (current package)
hash.go#L264: hb: &hashRolling{jump: 4},
hash.go#L297: hb: &hashRolling{jump: 4},
hash.go#L302: hb: &hashRolling{jump: 1},
hash_rolling.go#L46: jump int
hash_rolling.go#L65: for i := 0; i < 32; i += h.jump {
hash_rolling.go#L81: for i := 0; i < 32; i += h.jump {
hash_rolling.go#L98: if position&uint(h.jump-1) != 0 {
hash_rolling.go#L99: var diff uint = uint(h.jump) - (position & uint(h.jump-1))
hash_rolling.go#L126: if cur_ix&uint(h.jump-1) != 0 {
hash_rolling.go#L135: for pos = h.next_ix; pos <= cur_ix; pos += uint(h.jump) {
hash_rolling.go#L167: h.next_ix = cur_ix + uint(h.jump)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |